home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6584 / 6584.xpi / chrome / flashvideodownloader / content / flashvideodownloader.xul < prev    next >
Extensible Markup Language  |  2009-09-22  |  3KB  |  38 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://flashvideodownloader/skin/style.css" type="text/css"?>
  3. <overlay id="flashvideodownloader" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  4.     <script type="application/x-javascript" src="chrome://flashvideodownloader/content/flashvideodownloader.js"/>
  5.     <statusbar id="status-bar">
  6.         <tooltip id="flashvideodownloader-tooltip">
  7.             <description id="flashvideodownloader-tooltip-value" value="Download video or game" style="margin:0px;" />
  8.         </tooltip>
  9.         <statusbarpanel context="statusbar_menu" class="statusbarpanel-iconic" id="flashvideodownloader-status" oncommand="FlashVD.DownloadLink();" tooltip="flashvideodownloader-tooltip" isset_in_db="1" />
  10.         <menupopup id="statusbar_menu">
  11.                 <menuitem label="Help" oncommand="FlashVD.tool_icon_menu('h');event.stopPropagation();"/>
  12.                 <menuitem label="Video Converter" oncommand="FlashVD.tool_icon_menu('c');event.stopPropagation();"/>
  13.                 <menuitem label="Search Video" oncommand="FlashVD.search_video();event.stopPropagation();"/>
  14.                 <menuitem label="FeedBack" oncommand="FlashVD.tool_icon_menu('f');event.stopPropagation();"/>
  15.                 <menuseparator/>
  16.                 <menuitem label="Options" oncommand="FlashVD.show_options();event.stopPropagation();"/>
  17.             </menupopup>
  18.     </statusbar>
  19.     <popup id="contentAreaContextMenu">
  20.         <menuitem id="flashvideodownloader-context" label="Flash Video Downloader" oncommand="FlashVD.DownloadLink();" class="menuitem-iconic" style="list-style-image: url('chrome://flashvideodownloader/skin/16x16.png');" insertafter="context-savepage" />
  21.         <menuitem id="save_tmf_menu" label="Save to Favorite folder" insertafter="context-savelink" oncommand="FlashVD.save_to_my_folder('');" class="menuitem-iconic" style="list-style-image: url('chrome://flashvideodownloader/skin/f_16.png');"/>
  22.     </popup>
  23.     <toolbarpalette id="BrowserToolbarPalette">    
  24.         <toolbarbutton id="ila_tool_icon" type="menu-button" class="toolbarbutton-1" label="Flash video downloader" tooltiptext="Download video or game" oncommand="FlashVD.DownloadLink();" isset_in_db="1" video_onpage="0">
  25.             <menupopup id="id_menu_ila">
  26.                 <menuitem label="Help" oncommand="FlashVD.tool_icon_menu('h');event.stopPropagation();"/>
  27.                 <menuitem label="Video Converter" oncommand="FlashVD.tool_icon_menu('c');event.stopPropagation();"/>
  28.                 <menuitem label="Search Video" oncommand="FlashVD.search_video();event.stopPropagation();"/>
  29.                 <menuitem label="FeedBack" oncommand="FlashVD.tool_icon_menu('f');event.stopPropagation();"/>
  30.                 <menuseparator/>
  31.                 <menuitem label="Options" oncommand="FlashVD.show_options();event.stopPropagation();"/>
  32.             </menupopup>
  33.         </toolbarbutton>
  34.     </toolbarpalette>
  35.     <keyset id="mainKeyset">
  36.         <key id="ila_hotkey" modifiers="alt any control" key="L" oncommand="FlashVD.ila_hotkey_f();" />
  37.     </keyset>
  38. </overlay>